'Declaration
Public Overloads Sub AddRange( _ ByVal keys() As Keys, _ ByVal buttonKeys() As String _ )
'Usage
Dim instance As CalculatorButtonMappingCollection Dim keys() As Keys Dim buttonKeys() As String instance.AddRange(keys, buttonKeys)
public void AddRange( Keys[] keys, string[] buttonKeys )
Parameters
- keys
- The System.Windows.Forms.Keys array value indicates some special buttons.
- buttonKeys
- The System.String array value indicates the button keys.